home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17099 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  732 b 

  1. Path: dispatch.news.demon.net!demon!mckean.demon.co.uk
  2. From: martin@mckean.demon.co.uk (Martin McKean)
  3. Newsgroups: comp.lang.c++
  4. Subject: How to copy text to Win95 clipboard?
  5. Date: Sat, 13 Apr 1996 18:48:25 GMT
  6. Message-ID: <316ff634.6913883@news.demon.co.uk>
  7. NNTP-Posting-Host: mckean.demon.co.uk
  8. X-NNTP-Posting-Host: mckean.demon.co.uk
  9. X-Newsreader: Forte Agent .99d/32.182
  10.  
  11. How do I set up a handle to a character string so that I can put that
  12. string on the clipboard?
  13.  
  14. The second paramater of SetClipboardData needs this, but I find it
  15. rather confusing. All I want to do is set up a char array and place it
  16. on the clipboard (after using OpenClipboard and EmptyClipboard).
  17.  
  18. I'm using VC4++; grateful for any help!!
  19.  
  20. Thanks
  21. Martin
  22.